home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
tipi
/
calltest.tpi
< prev
next >
Wrap
Text File
|
1993-09-15
|
173b
|
16 lines
# CALLTEST.TPI
define wait
begin key until
enddef
"This is the first program" print$ cr
wait
"TIPI.COM" " pixel.tpi"
call
"Now we're back!" print$
wait